-- background: 16277 from stack: in -- bmap block id: 20273 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openCard put "Kevin Lynch's Review" into field 3 put "The Author: E.B. White"into field 4 end openCard -- part 12 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=119 right=140 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 16 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=39 top=87 right=108 bottom=260 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 22 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=77 top=173 right=208 bottom=328 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Reviewer -- part 24 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=200 right=221 bottom=326 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Author -- part 25 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=146 right=167 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 34 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=226 right=247 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: whatIf -- part 39 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=42 top=37 right=69 bottom=130 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 24 -- style flags: 256 -- line height: 32 -- part name: -- part 40 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=118 right=142 bottom=191 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Characters ----- HyperTalk script ----- on mouseUp set hilite of bkgnd button "characters" to false visual effect dissolve very slowly go to card id 6087 end mouseUp -- part 41 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=145 right=168 bottom=148 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: plot ----- HyperTalk script ----- on mouseUp visual effect dissolve very slowly set hilite of bkgnd button "plot" to false go to card id 7300 end mouseUp -- part 42 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=172 right=196 bottom=227 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: review ----- HyperTalk script ----- on mouseUp visual effect dissolve very slowly set hilite of bkgnd button "review" to false go to card Review end mouseUp -- part 43 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=200 right=223 bottom=234 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: author ----- HyperTalk script ----- on mouseUp visual effect dissolve very slowly set hilite of bkgnd button "author" to false go to card "Author" end mouseUp -- part 44 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=226 right=247 bottom=164 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: what If ----- HyperTalk script ----- on mouseUp visual effect dissolve very slowly set hilite of bkgnd button "what if" to false go to card "whatIf" end mouseUp -- part 45 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global ReturnCard go ReturnCard end mouseUp